home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / text / hyper / hsc_source.lha / hsc / source / hsclib / size.h < prev    next >
C/C++ Source or Header  |  1996-02-19  |  189b  |  14 lines

  1. /*
  2. ** size.h
  3. **
  4. ** get size of link destination (WIDTH, HEIGHT)
  5. **
  6. */
  7.  
  8. #ifndef HSC_SIZE_H
  9. #define HSC_SIZE_H
  10.  
  11. extern BOOL get_attr_size( HSCPRC *hp, HSCTAG *tag );
  12.  
  13. #endif /* HSC_SIZE_H */
  14.